home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / AboutBox.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-04-02  |  197 b   |  9 lines

  1. on(press){
  2.    startDrag("_parent.Thumb",0,_parent.sLeft,_parent.tTop,_parent.sLeft,_parent.tBot);
  3.    tellTarget("_parent.ScrollMovie")
  4.    {
  5.       gotoAndStop("Thumb");
  6.       play();
  7.    }
  8. }
  9.